Cartopy Matplotlib This function generates a world map using the Cartopy and Matplotlib libraries. It randomly selects the map projection type and adds geographic features. Map drawing 2024-12-16 12:16:54 15 views
GeoPandas Numpy This function calculates the distance between two geographic coordinates using the Haversine formula and the GeoPandas library. Function 2024-12-16 12:16:38 13 views
Cartopy NumPy This function uses the Cartopy library to create a map and add geographical features such as coastline, borders, lakes, and rivers. It also plots a red marker at a specified longitude and latitude. Map drawing 2024-12-16 12:13:24 8 views
Cartopy NumPy This function uses the Cartopy library to plot maps and add specified geographic features such as coastlines, borders, lakes, and natural earth features. The function takes two parameters: the name of the feature to be added to the map and the coordinate reference system (CRS) to use for the plot. Geographic Information System (GIS) Programming 2024-12-16 12:12:17 5 views
Aiohttp asyncio This function uses the Aiohttp library to perform asynchronous HTTP requests to get the geographic information of the current IP and return the organization name. Asynchronous HTTP request 2024-12-16 12:08:10 3 views
Cartopy NumPy This custom function uses the Cartopy library to generate a map. It reads a shapefile to draw geographical shapes and adds land features. Custom function 2024-12-16 12:04:56 4 views
Cartopy Matplotlib This function uses the Cartopy library to plot a choropleth map, where arg1 is the geographic data, arg2 is the data variable to be plotted, and arg3 is the color map (cmap). Function 2024-12-16 12:00:47 5 views
Cartopy NumPy This function uses the Cartopy library to create a map and draw features such as national borders and coastlines within a specified geographic boundary. Custom function 2024-12-16 11:56:19 14 views
GeoPandas NumPy This function reads geographic data from a specified GeoDataFrame file and then generates a map with random colors based on the numerical values in a specific column of the GeoDataFrame. Custom function 2024-12-16 11:55:15 5 views
Cartopy Numpy This function creates a map using the Cartopy library and adds geographical features such as land, ocean, coastline, and borders. It accepts map projection and geographical extent as parameters. Function 2024-12-16 11:51:46 3 views